home *** CD-ROM | disk | FTP | other *** search
- object Form8: TForm8
- Left = 992
- Top = 550
- BorderStyle = bsToolWindow
- Caption = 'Hot Key Setting'
- ClientHeight = 94
- ClientWidth = 312
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 14
- object Label1: TLabel
- Left = 12
- Top = 20
- Width = 34
- Height = 14
- Caption = 'Button:'
- end
- object Label2: TLabel
- Left = 206
- Top = 19
- Width = 6
- Height = 14
- Caption = '+'
- end
- object ComboBox1: TComboBox
- Left = 51
- Top = 16
- Width = 142
- Height = 22
- ItemHeight = 14
- TabOrder = 1
- Text = 'ComboBox'
- Items.Strings = (
- 'Alt'
- 'Ctrl'
- 'Ctrl + Alt')
- end
- object Button1: TButton
- Left = 135
- Top = 57
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 218
- Top = 57
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Edit1: TEdit
- Left = 227
- Top = 16
- Width = 65
- Height = 22
- CharCase = ecUpperCase
- TabOrder = 0
- Text = 'EDIT1'
- OnEnter = Edit1Enter
- OnKeyUp = Edit1KeyUp
- end
- object CheckBox1: TCheckBox
- Left = 13
- Top = 60
- Width = 119
- Height = 17
- Caption = 'Disable this hotkey'
- TabOrder = 4
- end
- end
-